Skip to content

Commit

Permalink
updated record-validator dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
charlottekostelic committed Oct 30, 2024
1 parent 026ba71 commit 16d44aa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0" and (platf
coverage[toml]==7.6.1 ; python_version >= "3.10" and python_version < "4.0"
cryptography==43.0.0 ; python_version >= "3.10" and python_version < "4.0"
exceptiongroup==1.2.2 ; python_version >= "3.10" and python_version < "3.11"
file-retriever @ git+https://github.com/BookOps-CAT/file-retriever.git@405c6d20fb1a5017140b9aa3aeb57168d733d98a ; python_version >= "3.10" and python_version < "4.0"
file-retriever @ git+https://github.com/BookOps-CAT/file-retriever.git@ca38f28f54c509d81c15f3fd460e463992e8a3a5 ; python_version >= "3.10" and python_version < "4.0"
google-api-core==2.20.0 ; python_version >= "3.10" and python_version < "4.0"
google-api-python-client==2.146.0 ; python_version >= "3.10" and python_version < "4.0"
google-auth-httplib2==0.2.0 ; python_version >= "3.10" and python_version < "4.0"
Expand Down Expand Up @@ -43,7 +43,7 @@ pytest==8.3.2 ; python_version >= "3.10" and python_version < "4.0"
python-dateutil==2.9.0.post0 ; python_version >= "3.10" and python_version < "4.0"
pytz==2024.2 ; python_version >= "3.10" and python_version < "4.0"
pyyaml==6.0.2 ; python_version >= "3.10" and python_version < "4.0"
record-validator @ git+https://github.com/BookOps-CAT/record-validator.git@c81f97bbbebef3779319ec3ec1fe9e7dec48ccf9 ; python_version >= "3.10" and python_version < "4.0"
record-validator @ git+https://github.com/BookOps-CAT/record-validator.git@76efaaebf79fe8f1a6675720339915a8dc8e5853 ; python_version >= "3.10" and python_version < "4.0"
requests-futures==1.0.1 ; python_version >= "3.10" and python_version < "4.0"
requests-oauthlib==2.0.0 ; python_version >= "3.10" and python_version < "4.0"
requests==2.32.3 ; python_version >= "3.10" and python_version < "4.0"
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ charset-normalizer==3.3.2 ; python_version >= "3.10" and python_version < "4.0"
click==8.1.7 ; python_version >= "3.10" and python_version < "4.0"
colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0" and platform_system == "Windows"
cryptography==43.0.0 ; python_version >= "3.10" and python_version < "4.0"
file-retriever @ git+https://github.com/BookOps-CAT/file-retriever.git@405c6d20fb1a5017140b9aa3aeb57168d733d98a ; python_version >= "3.10" and python_version < "4.0"
file-retriever @ git+https://github.com/BookOps-CAT/file-retriever.git@ca38f28f54c509d81c15f3fd460e463992e8a3a5 ; python_version >= "3.10" and python_version < "4.0"
google-api-core==2.20.0 ; python_version >= "3.10" and python_version < "4.0"
google-api-python-client==2.146.0 ; python_version >= "3.10" and python_version < "4.0"
google-auth-httplib2==0.2.0 ; python_version >= "3.10" and python_version < "4.0"
Expand Down Expand Up @@ -35,7 +35,7 @@ pyparsing==3.1.4 ; python_version >= "3.10" and python_version < "4.0"
python-dateutil==2.9.0.post0 ; python_version >= "3.10" and python_version < "4.0"
pytz==2024.2 ; python_version >= "3.10" and python_version < "4.0"
pyyaml==6.0.2 ; python_version >= "3.10" and python_version < "4.0"
record-validator @ git+https://github.com/BookOps-CAT/record-validator.git@c81f97bbbebef3779319ec3ec1fe9e7dec48ccf9 ; python_version >= "3.10" and python_version < "4.0"
record-validator @ git+https://github.com/BookOps-CAT/record-validator.git@76efaaebf79fe8f1a6675720339915a8dc8e5853 ; python_version >= "3.10" and python_version < "4.0"
requests-futures==1.0.1 ; python_version >= "3.10" and python_version < "4.0"
requests-oauthlib==2.0.0 ; python_version >= "3.10" and python_version < "4.0"
requests==2.32.3 ; python_version >= "3.10" and python_version < "4.0"
Expand Down

0 comments on commit 16d44aa

Please sign in to comment.