Skip to content

Commit

Permalink
Merge pull request #301 from chkware/chore/maintenance-24jun-01
Browse files Browse the repository at this point in the history
Chore: Maintenance 24-JUN v1
  • Loading branch information
0hsn authored Jun 1, 2024
2 parents aa5809a + 6088d9c commit dd0b086
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 28 deletions.
38 changes: 19 additions & 19 deletions Pipfile.lock

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

16 changes: 8 additions & 8 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-i https://pypi.org/simple
aiohttp==3.9.5
aiosignal==1.3.1; python_version >= '3.7'
astroid==3.1.0; python_full_version >= '3.8.0'
astroid==3.2.2; python_full_version >= '3.8.0'
attrs==23.2.0; python_version >= '3.7'
black[d]==24.4.2; python_version >= '3.8'
click==8.1.7; python_version >= '3.7'
Expand All @@ -17,16 +17,16 @@ mypy==1.10.0; python_version >= '3.8'
mypy-extensions==1.0.0; python_version >= '3.5'
packaging==24.0; python_version >= '3.7'
pathspec==0.12.1; python_version >= '3.8'
platformdirs==4.2.1; python_version >= '3.8'
platformdirs==4.2.2; python_version >= '3.8'
pluggy==1.5.0; python_version >= '3.8'
pycodestyle==2.11.1; python_version >= '3.8'
pyflakes==3.2.0; python_version >= '3.8'
pylint==3.1.0; python_full_version >= '3.8.0'
pytest==8.2.0; python_version >= '3.8'
tomlkit==0.12.4; python_version >= '3.7'
pylint==3.2.2; python_full_version >= '3.8.0'
pytest==8.2.1; python_version >= '3.8'
tomlkit==0.12.5; python_version >= '3.7'
types-pyyaml==6.0.12.20240311; python_version >= '3.8'
types-requests==2.31.0.20240406; python_version >= '3.8'
typing-extensions==4.11.0; python_version >= '3.8'
types-requests==2.32.0.20240523; python_version >= '3.8'
typing-extensions==4.12.0; python_version >= '3.8'
urllib3==2.2.1; python_version >= '3.8'
var-dump==1.2
yarl==1.9.4; python_version >= '3.7'
Expand All @@ -38,5 +38,5 @@ jinja2==3.1.4; python_version >= '3.7'
markupsafe==2.1.5; python_version >= '3.7'
python-dotenv==1.0.1; python_version >= '3.8'
pyyaml==6.0.1; python_version >= '3.6'
requests==2.31.0; python_version >= '3.7'
requests==2.32.3; python_version >= '3.8'
xmltodict==0.13.0; python_version >= '3.4'
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-i https://pypi.org/simple
cerberus==1.3.5
certifi==2024.2.2; python_version >= '3.6'
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
Expand All @@ -8,6 +9,6 @@ jinja2==3.1.4; python_version >= '3.7'
markupsafe==2.1.5; python_version >= '3.7'
python-dotenv==1.0.1; python_version >= '3.8'
pyyaml==6.0.1; python_version >= '3.6'
requests==2.31.0; python_version >= '3.7'
requests==2.32.3; python_version >= '3.8'
urllib3==2.2.1; python_version >= '3.8'
xmltodict==0.13.0; python_version >= '3.4'

0 comments on commit dd0b086

Please sign in to comment.