Skip to content

Commit

Permalink
Merge branch 'develop' into develop-backup
Browse files Browse the repository at this point in the history
  • Loading branch information
mukund-padale committed Jan 27, 2025
2 parents da5ace7 + 053bba3 commit ca0bb27
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions requirements-dev.in
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
click==8.1.7
click==8.1.8
idna==3.10
pytest==8.3.3
pytest==8.3.4
pytest-timer==1.0.0
pytest-timeout==2.3.1
pylint==3.3.1
pylint==3.3.3
randomname==0.2.1
requests-mock==1.12.1
ruff==0.7.4
ruff==0.8.4
parameterized==0.9.0
8 changes: 4 additions & 4 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
backoff==2.2.1
certifi==2024.8.30
cryptography==43.0.3
certifi==2024.12.14
cryptography==44.0.0
distro==1.9.0
httplib2==0.22.0
jinja2==3.1.4
jinja2==3.1.5
omegaconf==2.3.0
psycopg2-binary==2.9.10
pyyaml==6.0.2
requests==2.32.3
urllib3==2.2.3
urllib3==2.3.0
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@ antlr4-python3-runtime==4.9.3
# via omegaconf
backoff==2.2.1
# via -r requirements.in
certifi==2024.8.30
certifi==2024.12.14
# via
# -r requirements.in
# requests
cffi==1.14.4
# via cryptography
charset-normalizer==2.0.3
# via requests
cryptography==43.0.3
cryptography==44.0.0
# via -r requirements.in
distro==1.9.0
# via -r requirements.in
httplib2==0.22.0
# via -r requirements.in
idna==3.10
# via requests
jinja2==3.1.4
jinja2==3.1.5
# via -r requirements.in
markupsafe==2.0.1
# via jinja2
Expand All @@ -42,7 +42,7 @@ pyyaml==6.0.2
# omegaconf
requests==2.32.3
# via -r requirements.in
urllib3==2.2.3
urllib3==2.3.0
# via
# -r requirements.in
# requests

0 comments on commit ca0bb27

Please sign in to comment.