Skip to content

Commit

Permalink
[PERF-327] Package updates dependabot alerts (#106)
Browse files Browse the repository at this point in the history
* fixed dependabot alerts

* package updates

* reverting black package.

* upgrade black
  • Loading branch information
vimayya authored Jun 19, 2024
1 parent 256cdea commit b416ad5
Show file tree
Hide file tree
Showing 6 changed files with 2,319 additions and 2,178 deletions.
703 changes: 435 additions & 268 deletions src/edfi-paging-test/poetry.lock

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions src/edfi-paging-test/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ ConfigArgParse = "^1.5.3"
python-dotenv = "^0.19.2"
requests-oauthlib = "^1.3.1"
requests = "^2.27.1"
urllib3 = "2.0.7"
urllib3 = "2.2.2"
pandas = "^1.4.1"
errorhandler = "^2.0.1"
numpy = "1.24.3"

[tool.poetry.dev-dependencies]
flake8 = "^4.0.1"
pytest = "^7.0.1"
mypy = "^0.931"
pytest-describe = "^2.0.1"
coverage = "^6.3.2"
black = "^22.1.0"
types-oauthlib = "^3.1.6"
pytest-mock = "^3.7.0"
requests-mock = "^1.9.3"
Expand All @@ -32,6 +32,9 @@ pook = "^1.0.2"



[tool.poetry.group.dev.dependencies]
black = "^24.4.2"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Expand Down
1,668 changes: 797 additions & 871 deletions src/edfi-performance-test/poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/edfi-performance-test/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,28 @@ license = "Apache-2.0"
[tool.poetry.dependencies]
python = "^3.9"
ConfigArgParse = "^1.5.3"
urllib3 = "2.0.7"
urllib3 = "2.2.2"
pandas = "^1.4.1"
errorhandler = "^2.0.1"
python-dotenv = "^0.20.0"
factory-boy = "^3.2.1"
locust = "^2.15.1"
gevent = "^23.9.1"
jinja2 = "3.1.3"
numpy = "1.24.3"

[tool.poetry.dev-dependencies]
flake8 = "^4.0.1"
pytest = "^7.0.1"
mypy = "^0.931"
pytest-describe = "^2.0.1"
coverage = "^6.3.2"
black = "^22.1.0"
pytest-mock = "^3.7.0"
pyfakefs = "^4.5.5"
pook = "^1.0.2"
types-urllib3 = "^1.26.15"
types-requests = "^2.28.0"

black = "^24.4.2"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down
Loading

0 comments on commit b416ad5

Please sign in to comment.