Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Python Requirements Update (#118)
Browse files Browse the repository at this point in the history
* chore: Updating Python Requirements

* chore: bumping version

---------

Co-authored-by: ilee2u <[email protected]>
  • Loading branch information
edx-requirements-bot and ilee2u authored Apr 18, 2023
1 parent a40b1b9 commit 1662ad9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion analyticsclient/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.18.1'
__version__ = '0.18.2'
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build==0.10.0
# via pip-tools
click==8.1.3
# via pip-tools
packaging==23.0
packaging==23.1
# via build
pip-tools==6.13.0
# via -r requirements/pip-tools.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.40.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.0.1
pip==23.1
# via -r requirements/pip.in
setuptools==67.6.1
# via -r requirements/pip.in
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==2.15.2
astroid==2.15.3
# via pylint
certifi==2022.12.7
# via
Expand Down Expand Up @@ -38,7 +38,7 @@ lazy-object-proxy==1.9.0
# via astroid
mccabe==0.7.0
# via pylint
packaging==23.0
packaging==23.1
# via pytest
platformdirs==3.2.0
# via pylint
Expand All @@ -50,7 +50,7 @@ pydocstyle==6.3.0
# via -r requirements/test.in
pylint==2.17.2
# via -r requirements/test.in
pytest==7.3.0
pytest==7.3.1
# via
# -r requirements/test.in
# pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ filelock==3.11.0
# via
# tox
# virtualenv
packaging==23.0
packaging==23.1
# via tox
platformdirs==3.2.0
# via virtualenv
Expand Down

0 comments on commit 1662ad9

Please sign in to comment.