Skip to content

Commit

Permalink
chore: knock some sense into dependencies (#568)
Browse files Browse the repository at this point in the history
* chore: knock some sense into dependencies

* chore: lock black version

locking until further action due to psf/black#4175
most likely course of action is to get rid of reorder-python-imports

* [CI] Generated new Pipfile.lock

---------

Co-authored-by: CI <username@users.noreply.github.com>
  • Loading branch information
NiceAesth and CI authored Feb 10, 2024
1 parent 6228f18 commit 4befd70
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 115 deletions.
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ uvicorn = "*"
uvloop = "*"
py3rijndael = "*"
pytimeparse = "*"
pydantic = "*"
redis = "*"
sqlalchemy = "1.4.41"
databases = {extras = ["mysql"] }
Expand All @@ -33,7 +34,7 @@ respx = "*"

[dev-packages]
pre-commit = "*"
black = "*"
black = "23.12.1"
reorder-python-imports = "*"
mypy = "*"
autoflake = "*"
Expand Down
49 changes: 25 additions & 24 deletions Pipfile.lock

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

107 changes: 54 additions & 53 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,71 +1,72 @@
-i https://pypi.org/simple
autoflake==2.2.1; python_version >= '3.8'
black==23.9.1; python_version >= '3.8'
autoflake==2.2.1
black==23.12.1
cfgv==3.4.0; python_version >= '3.8'
classify-imports==4.2.0; python_version >= '3.7'
click==8.1.7; python_version >= '3.7'
distlib==0.3.7
filelock==3.12.4; python_version >= '3.8'
identify==2.5.29; python_version >= '3.8'
mypy==1.5.1; python_version >= '3.8'
distlib==0.3.8
filelock==3.13.1; python_version >= '3.8'
identify==2.5.33; python_version >= '3.8'
mypy==1.8.0
mypy-extensions==1.0.0; python_version >= '3.5'
nodeenv==1.8.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
packaging==23.1; python_version >= '3.7'
pathspec==0.11.2; python_version >= '3.7'
platformdirs==3.10.0; python_version >= '3.7'
pre-commit==3.4.0; python_version >= '3.8'
pyflakes==3.1.0; python_version >= '3.8'
packaging==23.2; python_version >= '3.7'
pathspec==0.12.1; python_version >= '3.8'
platformdirs==4.2.0; python_version >= '3.8'
pre-commit==3.6.0
pyflakes==3.2.0; python_version >= '3.8'
pyyaml==6.0.1; python_version >= '3.6'
reorder-python-imports==3.11.0; python_version >= '3.8'
setuptools==68.2.2; python_version >= '3.8'
types-psutil==5.9.5.16
reorder-python-imports==3.12.0
setuptools==69.0.3; python_version >= '3.8'
tomli==2.0.1; python_version < '3.11'
types-psutil==5.9.5.20240205
types-pymysql==1.1.0.1
types-requests==2.31.0.5
types-urllib3==1.26.25.14
typing-extensions==4.8.0; python_version >= '3.8'
virtualenv==20.24.5; python_version >= '3.7'
types-requests==2.31.0.20240125
typing-extensions==4.9.0; python_version >= '3.8'
urllib3==2.2.0; python_version >= '3.8'
virtualenv==20.25.0; python_version >= '3.7'
aiomysql==0.2.0
akatsuki-pp-py==0.9.8; python_version >= '3.7'
annotated-types==0.5.0; python_version >= '3.7'
anyio==3.7.1; python_version >= '3.7'
asgi-lifespan==2.1.0; python_version >= '3.7'
async-timeout==4.0.3; python_version >= '3.7'
bcrypt==4.0.1; python_version >= '3.6'
certifi==2023.7.22; python_version >= '3.6'
cffi==1.15.1
charset-normalizer==3.2.0; python_full_version >= '3.7.0'
cryptography==41.0.4; python_version >= '3.7'
databases[mysql]==0.6.2; python_version >= '3.7'
datadog==0.47.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
fastapi==0.103.1; python_version >= '3.7'
greenlet==2.0.2; python_version >= '3' and platform_machine == 'aarch64' or (platform_machine == 'ppc64le' or (platform_machine == 'x86_64' or (platform_machine == 'amd64' or (platform_machine == 'AMD64' or (platform_machine == 'win32' or platform_machine == 'WIN32')))))
akatsuki-pp-py==1.0.0
annotated-types==0.6.0; python_version >= '3.8'
anyio==4.2.0; python_version >= '3.8'
asgi-lifespan==2.1.0
async-timeout==4.0.3
bcrypt==4.1.2
certifi==2024.2.2; python_version >= '3.6'
cffi==1.16.0; platform_python_implementation != 'PyPy'
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
cryptography==42.0.2
databases[mysql]==0.6.2
datadog==0.48.0
exceptiongroup==1.2.0; python_version < '3.11'
fastapi==0.109.2
greenlet==3.0.3; python_version >= '3' and platform_machine == 'aarch64' or (platform_machine == 'ppc64le' or (platform_machine == 'x86_64' or (platform_machine == 'amd64' or (platform_machine == 'AMD64' or (platform_machine == 'win32' or platform_machine == 'WIN32')))))
h11==0.14.0; python_version >= '3.7'
httpcore==0.18.0; python_version >= '3.8'
httpx==0.25.0; python_version >= '3.8'
idna==3.4; python_version >= '3.5'
httpcore==1.0.2; python_version >= '3.8'
httpx==0.26.0
idna==3.6; python_version >= '3.5'
iniconfig==2.0.0; python_version >= '3.7'
orjson==3.9.7; python_version >= '3.7'
pluggy==1.3.0; python_version >= '3.8'
psutil==5.9.5; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
orjson==3.9.13
pluggy==1.4.0; python_version >= '3.8'
psutil==5.9.8
py-cpuinfo==9.0.0
py3rijndael==0.3.3
pycparser==2.21
pydantic==2.3.0; python_version >= '3.7'
pydantic-core==2.6.3; python_version >= '3.7'
pydantic==2.6.1
pydantic-core==2.16.2; python_version >= '3.8'
pymysql==1.1.0; python_version >= '3.7'
pytest==7.4.2; python_version >= '3.7'
pytest-asyncio==0.21.1; python_version >= '3.7'
python-dotenv==1.0.0; python_version >= '3.8'
python-multipart==0.0.6; python_version >= '3.7'
pytest==7.4.4
pytest-asyncio==0.23.4
python-dotenv==1.0.1
python-multipart==0.0.7
pytimeparse==1.1.8
redis==5.0.0; python_version >= '3.7'
requests==2.31.0; python_version >= '3.7'
respx==0.20.2; python_version >= '3.7'
redis==5.0.1
requests==2.31.0
respx==0.20.2
sniffio==1.3.0; python_version >= '3.7'
sqlalchemy==1.4.41; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
starlette==0.27.0; python_version >= '3.7'
tenacity==8.2.3; python_version >= '3.7'
sqlalchemy==1.4.41
starlette==0.36.3; python_version >= '3.8'
tenacity==8.2.3
timeago==1.0.16
urllib3==2.0.5; python_version >= '3.7'
uvicorn==0.23.2; python_version >= '3.8'
uvloop==0.17.0; python_version >= '3.7'
uvicorn==0.27.0.post1
uvloop==0.19.0
76 changes: 39 additions & 37 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,49 +1,51 @@
-i https://pypi.org/simple
aiomysql==0.2.0
akatsuki-pp-py==0.9.8; python_version >= '3.7'
annotated-types==0.5.0; python_version >= '3.7'
anyio==3.7.1; python_version >= '3.7'
asgi-lifespan==2.1.0; python_version >= '3.7'
async-timeout==4.0.3; python_version >= '3.7'
bcrypt==4.0.1; python_version >= '3.6'
certifi==2023.7.22; python_version >= '3.6'
cffi==1.15.1
charset-normalizer==3.2.0; python_full_version >= '3.7.0'
akatsuki-pp-py==1.0.0
annotated-types==0.6.0; python_version >= '3.8'
anyio==4.2.0; python_version >= '3.8'
asgi-lifespan==2.1.0
async-timeout==4.0.3
bcrypt==4.1.2
certifi==2024.2.2; python_version >= '3.6'
cffi==1.16.0; platform_python_implementation != 'PyPy'
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
click==8.1.7; python_version >= '3.7'
cryptography==41.0.4; python_version >= '3.7'
databases[mysql]==0.6.2; python_version >= '3.7'
datadog==0.47.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
fastapi==0.103.1; python_version >= '3.7'
greenlet==2.0.2; python_version >= '3' and platform_machine == 'aarch64' or (platform_machine == 'ppc64le' or (platform_machine == 'x86_64' or (platform_machine == 'amd64' or (platform_machine == 'AMD64' or (platform_machine == 'win32' or platform_machine == 'WIN32')))))
cryptography==42.0.2
databases[mysql]==0.6.2
datadog==0.48.0
exceptiongroup==1.2.0; python_version < '3.11'
fastapi==0.109.2
greenlet==3.0.3; python_version >= '3' and platform_machine == 'aarch64' or (platform_machine == 'ppc64le' or (platform_machine == 'x86_64' or (platform_machine == 'amd64' or (platform_machine == 'AMD64' or (platform_machine == 'win32' or platform_machine == 'WIN32')))))
h11==0.14.0; python_version >= '3.7'
httpcore==0.18.0; python_version >= '3.8'
httpx==0.25.0; python_version >= '3.8'
idna==3.4; python_version >= '3.5'
httpcore==1.0.2; python_version >= '3.8'
httpx==0.26.0
idna==3.6; python_version >= '3.5'
iniconfig==2.0.0; python_version >= '3.7'
orjson==3.9.7; python_version >= '3.7'
packaging==23.1; python_version >= '3.7'
pluggy==1.3.0; python_version >= '3.8'
psutil==5.9.5; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
orjson==3.9.13
packaging==23.2; python_version >= '3.7'
pluggy==1.4.0; python_version >= '3.8'
psutil==5.9.8
py-cpuinfo==9.0.0
py3rijndael==0.3.3
pycparser==2.21
pydantic==2.3.0; python_version >= '3.7'
pydantic-core==2.6.3; python_version >= '3.7'
pydantic==2.6.1
pydantic-core==2.16.2; python_version >= '3.8'
pymysql==1.1.0; python_version >= '3.7'
pytest==7.4.2; python_version >= '3.7'
pytest-asyncio==0.21.1; python_version >= '3.7'
python-dotenv==1.0.0; python_version >= '3.8'
python-multipart==0.0.6; python_version >= '3.7'
pytest==7.4.4
pytest-asyncio==0.23.4
python-dotenv==1.0.1
python-multipart==0.0.7
pytimeparse==1.1.8
redis==5.0.0; python_version >= '3.7'
requests==2.31.0; python_version >= '3.7'
respx==0.20.2; python_version >= '3.7'
redis==5.0.1
requests==2.31.0
respx==0.20.2
sniffio==1.3.0; python_version >= '3.7'
sqlalchemy==1.4.41; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
starlette==0.27.0; python_version >= '3.7'
tenacity==8.2.3; python_version >= '3.7'
sqlalchemy==1.4.41
starlette==0.36.3; python_version >= '3.8'
tenacity==8.2.3
timeago==1.0.16
typing-extensions==4.8.0; python_version >= '3.8'
urllib3==2.0.5; python_version >= '3.7'
uvicorn==0.23.2; python_version >= '3.8'
uvloop==0.17.0; python_version >= '3.7'
tomli==2.0.1; python_version < '3.11'
typing-extensions==4.9.0; python_version >= '3.8'
urllib3==2.2.0; python_version >= '3.8'
uvicorn==0.27.0.post1
uvloop==0.19.0

0 comments on commit 4befd70

Please sign in to comment.