Skip to content

Commit

Permalink
DEV-2705 poam update deps (#111)
Browse files Browse the repository at this point in the history
* update deps

* update tox.ini

* solve comments

* recompile deps with --index-url
  • Loading branch information
qqiao2024 authored Jun 4, 2024
1 parent 8fa95ff commit 56ec964
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pre-commit:
tox:
parallel:
matrix:
- BUILD_PY_VERSION: [python3.7, python3.8, python3.9, python3.10, python3.11]
- BUILD_PY_VERSION: [python3.7, python3.8, python3.9, python3.10]
services:
- name: docker.osdc.io/ncigdc/ci-postgres-13:${BASE_CONTAINER_VERSION}
alias: postgres
Expand Down
27 changes: 14 additions & 13 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,27 +17,27 @@ cattrs==23.1.2
# via ddtrace
cdislogging==1.1.1
# via indexd (setup.py)
certifi==2023.11.17
certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via flask
ddsketch==2.0.4
ddsketch==3.0.1
# via ddtrace
ddtrace==2.4.0
ddtrace==2.8.4
# via indexd (setup.py)
deprecated==1.2.14
# via opentelemetry-api
envier==0.5.0
envier==0.5.1
# via ddtrace
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via cattrs
flask==2.2.5
# via indexd (setup.py)
idna==3.6
idna==3.7
# via requests
importlib-metadata==6.7.0 ; python_version < "3.8"
importlib-metadata==6.5.0 ; python_version < "3.8"
# via
# attrs
# click
Expand All @@ -51,11 +51,11 @@ importlib-resources==5.12.0
# via jsonschema
itsdangerous==2.1.2
# via flask
jinja2==3.1.2
jinja2==3.1.4
# via flask
jsonschema==4.17.3
# via indexd (setup.py)
markupsafe==2.1.3
markupsafe==2.1.5
# via
# jinja2
# werkzeug
Expand All @@ -64,9 +64,7 @@ opentelemetry-api==1.22.0
pkgutil-resolve-name==1.3.10
# via jsonschema
protobuf==4.24.4
# via
# ddsketch
# ddtrace
# via ddtrace
psycopg2==2.9.9
# via indexd (setup.py)
pyrsistent==0.19.3
Expand All @@ -81,13 +79,16 @@ sqlalchemy==1.3.24
# via
# indexd (setup.py)
# sqlalchemy-utils
sqlalchemy-utils==0.41.1
sqlalchemy-utils==0.41.2
# via indexd (setup.py)
sqlparse==0.4.4
# via ddtrace
typing-extensions==4.5.0
# via
# cattrs
# ddtrace
# importlib-metadata
# indexd (setup.py)
# jsonschema
urllib3==2.0.7
# via requests
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"pytest-flask",
"PyYAML",
"openapi-spec-validator",
# jsonschema-spec 0.1.6 depends on typing-extensions<4.6.0
"jsonschema-spec>=0.1.6", # used by openapi-spec-validator and have bug in 0.1.4
],
},
Expand All @@ -49,6 +48,8 @@
"cdislogging>=1.0",
"requests",
"ddtrace",
"importlib-metadata; python_version < '3.8'",
"importlib-metadata>=1.4; python_version < '3.8'",
# jsonschema-spec 0.1.6 depends on typing-extensions<4.6.0
"typing-extensions<4.6.0",
],
)

0 comments on commit 56ec964

Please sign in to comment.