Skip to content

Commit

Permalink
chore: pin-requirements with Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaakola-aiven committed Oct 8, 2024
1 parent 8030f8f commit 3b30796
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 31 deletions.
13 changes: 2 additions & 11 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# make pin-requirements
Expand Down Expand Up @@ -93,10 +93,6 @@ idna==3.8
# yarl
importlib-metadata==8.4.0
# via flask
importlib-resources==6.4.4
# via
# jsonschema
# jsonschema-specifications
iniconfig==2.0.0
# via pytest
isodate==0.6.1
Expand Down Expand Up @@ -135,8 +131,6 @@ packaging==24.1
# pytest
pdbpp==0.10.3
# via karapace (/karapace/pyproject.toml)
pkgutil-resolve-name==1.3.10
# via jsonschema
pluggy==1.5.0
# via pytest
prometheus-client==0.20.0
Expand Down Expand Up @@ -215,7 +209,6 @@ typing-extensions==4.12.2
# via
# anyio
# karapace (/karapace/pyproject.toml)
# rich
ujson==5.10.0
# via karapace (/karapace/pyproject.toml)
urllib3==2.2.2
Expand All @@ -238,9 +231,7 @@ yarl==1.12.1
# aiohttp
# karapace (/karapace/pyproject.toml)
zipp==3.20.1
# via
# importlib-metadata
# importlib-resources
# via importlib-metadata
zope-event==5.0
# via gevent
zope-interface==7.0.2
Expand Down
11 changes: 1 addition & 10 deletions requirements/requirements-typing.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# make pin-requirements
Expand Down Expand Up @@ -45,10 +45,6 @@ idna==3.10
# via
# anyio
# yarl
importlib-resources==6.4.5
# via
# jsonschema
# jsonschema-specifications
isodate==0.6.1
# via karapace (/karapace/pyproject.toml)
jsonschema==4.23.0
Expand All @@ -73,8 +69,6 @@ networkx==3.1
# via karapace (/karapace/pyproject.toml)
packaging==24.1
# via aiokafka
pkgutil-resolve-name==1.3.10
# via jsonschema
prometheus-client==0.20.0
# via karapace (/karapace/pyproject.toml)
protobuf==3.20.3
Expand Down Expand Up @@ -122,7 +116,6 @@ typing-extensions==4.12.2
# karapace (/karapace/pyproject.toml)
# multidict
# mypy
# rich
ujson==5.10.0
# via karapace (/karapace/pyproject.toml)
urllib3==2.2.2
Expand All @@ -135,7 +128,5 @@ yarl==1.12.1
# via
# aiohttp
# karapace (/karapace/pyproject.toml)
zipp==3.20.2
# via importlib-resources
zstandard==0.23.0
# via karapace (/karapace/pyproject.toml)
11 changes: 1 addition & 10 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# make pin-requirements
Expand Down Expand Up @@ -43,10 +43,6 @@ idna==3.8
# via
# anyio
# yarl
importlib-resources==6.4.4
# via
# jsonschema
# jsonschema-specifications
isodate==0.6.1
# via karapace (/karapace/pyproject.toml)
jsonschema==4.23.0
Expand All @@ -67,8 +63,6 @@ networkx==3.1
# via karapace (/karapace/pyproject.toml)
packaging==24.1
# via aiokafka
pkgutil-resolve-name==1.3.10
# via jsonschema
prometheus-client==0.20.0
# via karapace (/karapace/pyproject.toml)
protobuf==3.20.3
Expand Down Expand Up @@ -103,7 +97,6 @@ typing-extensions==4.12.2
# via
# anyio
# karapace (/karapace/pyproject.toml)
# rich
ujson==5.10.0
# via karapace (/karapace/pyproject.toml)
watchfiles==0.23.0
Expand All @@ -114,7 +107,5 @@ yarl==1.12.1
# via
# aiohttp
# karapace (/karapace/pyproject.toml)
zipp==3.20.1
# via importlib-resources
zstandard==0.23.0
# via karapace (/karapace/pyproject.toml)

0 comments on commit 3b30796

Please sign in to comment.