Skip to content

Commit

Permalink
airbyte-ci: Update pipelines requests and pyjwt (#36607)
Browse files Browse the repository at this point in the history
  • Loading branch information
natikgadzhi authored Mar 28, 2024
1 parent 85d2469 commit 27c225a
Show file tree
Hide file tree
Showing 8 changed files with 729 additions and 727 deletions.
2 changes: 1 addition & 1 deletion airbyte-ci/connectors/common_utils/poetry.lock

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

2 changes: 1 addition & 1 deletion airbyte-ci/connectors/common_utils/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors = ["Airbyte <contact@airbyte.io>"]
[tool.poetry.dependencies]
python = "^3.10"
requests = "^2.31.0"
pyjwt = "^2.1.0"
pyjwt = "^2.8.0"


[tool.poetry.group.dev.dependencies]
Expand Down
4 changes: 2 additions & 2 deletions airbyte-ci/connectors/connector_ops/poetry.lock

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

2 changes: 1 addition & 1 deletion airbyte-ci/connectors/connector_ops/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors = ["Airbyte <contact@airbyte.io>"]
[tool.poetry.dependencies]
python = "^3.10"
click = "^8.1.3"
requests = "^2.28.2"
requests = "^2.31"
PyYAML = "^6.0"
GitPython = "^3.1.29"
pydantic = "^1.9"
Expand Down
751 changes: 368 additions & 383 deletions airbyte-ci/connectors/pipelines/poetry.lock

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions airbyte-ci/connectors/pipelines/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@ dagger-io = "==0.9.6"
asyncer = "^0.0.2"
anyio = "^3.4.1"
more-itertools = "^8.11.0"
docker = "^6.0.0"
semver = "^3.0.1"
docker = "^7"
semver = "^3"
airbyte-protocol-models = "*"
jinja2 = "^3.0.2"
requests = "2.28.2" # Pinned as the requests 2.29.0 version is not compatible with the docker package
requests = "^2.31"
airbyte-connectors-base-images = {path = "../base_images", develop = true}
connector-ops = {path = "../connector_ops", develop = true}
toml = "^0.10.2"
types-requests = "^2.31"
sentry-sdk = "^1.28.1"
segment-analytics-python = "^2.2.3"
pygit2 = "^1.13.1"
asyncclick = "^8.1.3.4"
certifi = "^2023.11.17"
certifi = ">=2024"
tomli = "^2.0.1"
tomli-w = "^1.0.0"
types-requests = "2.28.2"
dpath = "^2.1.6"
xmltodict = "^0.13.0"

Expand All @@ -38,12 +38,12 @@ freezegun = "^1.2.2"
pytest-cov = "^4.1.0"
pyinstaller = "^6.1.0"
poethepoet = "^0.24.2"
pytest = "^6.2.5"
pytest = "^8"
pytest-mock = "^3.10.0"
mypy = "^1.7.1"
mypy = "^1.9"
ruff = "^0.1.9"
types-toml = "^0.10.8"
types-requests = "2.28.2"
types-requests = "^2.31"
types-xmltodict = "^0.13.0"

[tool.poetry.scripts]
Expand Down
677 changes: 347 additions & 330 deletions airbyte-integrations/bases/connector-acceptance-test/poetry.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ docker = ">=6,<7"
# Pinning requests and urllib3 to avoid an issue with dockerpy and requests 2.
# Related issue: https://github.com/docker/docker-py/issues/3113
urllib3 = "<2.0"
requests = "<2.29.0"
requests = "^2.31"
pytest-xdist = "^3.3.1"

[tool.poe.tasks]
Expand Down

0 comments on commit 27c225a

Please sign in to comment.