Skip to content

Commit

Permalink
Merge pull request #227 from atsign-foundation/dependabot/pip/pip-bd4…
Browse files Browse the repository at this point in the history
…6ad5029

build(deps-dev): Update flake8 requirement from 7.0.0 to 7.1.0 in the pip group
  • Loading branch information
cpswan authored Jun 17, 2024
2 parents 178b9bd + fe7cffc commit ae587f3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "atsdk"
version = "0.2.19"
version = "0.2.20"
description = "Python SDK for atPlatform"
authors = ["Umang Shah <shahumang19@gmail.com>","Chris Swan <chris@atsign.com>"]
maintainers = ["Chris Swan <chris@atsign.com>"]
Expand All @@ -16,7 +16,7 @@ requests = "2.32.3"

[tool.poetry.group.dev.dependencies]
pip ="24.0"
flake8 = "7.0.0"
flake8 = "7.1.0"
pytest = "8.2.2"

[build-system]
Expand Down
18 changes: 9 additions & 9 deletions requirements.dev
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,9 @@ cryptography==42.0.8 ; python_full_version >= "3.8.1" and python_full_version <
exceptiongroup==1.2.1 ; python_full_version >= "3.8.1" and python_version < "3.11" \
--hash=sha256:5258b9ed329c5bbdd31a309f53cbfb0b155341807f6ff7606a1e801a891b29ad \
--hash=sha256:a4785e48b045528f5bfe627b6ad554ff32def154f42372786903b7abcfe1aa16
flake8==7.0.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" \
--hash=sha256:33f96621059e65eec474169085dc92bf26e7b2d47366b70be2f67ab80dc25132 \
--hash=sha256:a6dfbb75e03252917f2473ea9653f7cd799c3064e54d4c8140044c5c065f53c3
flake8==7.1.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" \
--hash=sha256:2e416edcc62471a64cea09353f4e7bdba32aeb079b6e360554c659a122b1bc6a \
--hash=sha256:48a07b626b55236e0fb4784ee69a465fbf59d79eec1f5b4785c3d3bc57d17aa5
idna==3.7 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" \
--hash=sha256:028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc \
--hash=sha256:82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0
Expand All @@ -196,18 +196,18 @@ iniconfig==2.0.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0
mccabe==0.7.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" \
--hash=sha256:348e0240c33b60bbdf4e523192ef919f28cb2c3d7d5c7794f74009290f236325 \
--hash=sha256:6c2d30ab6be0e4a46919781807b4f0d834ebdd6c6e3dca0bda5a15f863427b6e
packaging==24.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" \
--hash=sha256:2ddfb553fdf02fb784c234c7ba6ccc288296ceabec964ad2eae3777778130bc5 \
--hash=sha256:eb82c5e3e56209074766e6885bb04b8c38a0c015d0a30036ebe7ece34c9989e9
packaging==24.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" \
--hash=sha256:026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002 \
--hash=sha256:5b8f2217dbdbd2f7f384c41c628544e6d52f2d0f53c6d0c3ea61aa5d1d7ff124
pip==24.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" \
--hash=sha256:ba0d021a166865d2265246961bec0152ff124de910c5cc39f1156ce3fa7c69dc \
--hash=sha256:ea9bd1a847e8c5774a5777bb398c19e80bcd4e2aa16a4b301b718fe6f593aba2
pluggy==1.5.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" \
--hash=sha256:2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1 \
--hash=sha256:44e1ad92c8ca002de6377e165f3e0f1be63266ab4d554740532335b9d75ea669
pycodestyle==2.11.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" \
--hash=sha256:41ba0e7afc9752dfb53ced5489e89f8186be00e599e712660695b7a75ff2663f \
--hash=sha256:44fe31000b2d866f2e41841b18528a505fbd7fef9017b04eff4e2648a0fadc67
pycodestyle==2.12.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" \
--hash=sha256:442f950141b4f43df752dd303511ffded3a04c2b6fb7f65980574f0c31e6e79c \
--hash=sha256:949a39f6b86c3e1515ba1787c2022131d165a8ad271b11370a8819aa070269e4
pycparser==2.22 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" and platform_python_implementation != "PyPy" \
--hash=sha256:491c8be9c040f5390f5bf44a5b07752bd07f56edf992381b05c701439eec10f6 \
--hash=sha256:c3702b6d3dd8c7abc1afa565d7e63d53a1d0bd86cdc24edd75470f4de499cfcc
Expand Down

0 comments on commit ae587f3

Please sign in to comment.